home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2b.lha / p4-1.2b / lib / p4_globals.h < prev    next >
C/C++ Source or Header  |  1993-02-06  |  520b  |  27 lines

  1. #ifdef GLOBAL
  2. #define PUBLIC
  3. #else
  4. #define PUBLIC extern
  5. #endif
  6.     
  7. /* Debugging information */
  8.  
  9. PUBLIC char procgroup_file[100];
  10. PUBLIC char bm_outfile[100];
  11. PUBLIC char rm_outfile_head[100];
  12. PUBLIC char whoami_p4[100];
  13. PUBLIC int  debug_level, remote_debug_level;
  14. PUBLIC int  logging_flag;
  15.  
  16. /* Other global data */
  17.  
  18. PUBLIC char local_domain[100];
  19. PUBLIC int  globmemsize;
  20. PUBLIC int  sserver_port;
  21.  
  22. #ifdef SYSV_IPC
  23. PUBLIC int sysv_num_shmids;
  24. PUBLIC int sysv_shmid[P4_MAX_SYSV_SHMIDS];
  25. PUBLIC int sysv_semid0;
  26. #endif
  27.